Revert "add windows debug"
authorJoey Hess <joeyh@joeyh.name>
Thu, 30 Jan 2025 23:03:36 +0000 (19:03 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 30 Jan 2025 23:03:36 +0000 (19:03 -0400)
This reverts commit 76bfdf6a0348211ecfe934c93f6a1f08bd537660.

Annex/ReplaceFile.hs

index 7c42532acbf885c6c89a24eb03043874b93b01b8..3af555d39dc415a5d33cac222036cf70838c94c2 100644 (file)
@@ -63,7 +63,6 @@ replaceFile' createdirectory file checkres action = withOtherTmp $ \othertmpdir
        let basetmp = relatedTemplate' (P.takeFileName file)
 #else
        let basetmp = toRawFilePath "t"
-       liftIO $ hPutStrLn stderr $ show ("replaceFile debug", file, P.takeFileName file, relatedTemplate' (P.takeFileName file))
 #endif
        withTmpDirIn (fromRawFilePath othertmpdir) (toOsPath basetmp) $ \tmpdir -> do
                let tmpfile = toRawFilePath tmpdir P.</> basetmp